home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 24.dxr / 00078.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  493 b   |  25 lines

  1. global foreframe, textscroll
  2.  
  3. on exitFrame
  4.   if rollOver(28) then
  5.     go(the frame + 1)
  6.   else
  7.     if rollOver(29) then
  8.       go(the frame + 2)
  9.     else
  10.       if rollOver(25) or rollOver(26) then
  11.         go(the frame)
  12.       else
  13.         repeat with i = 1 to 10
  14.           puppetSprite(i, 0)
  15.         end repeat
  16.         repeat with i = 19 to 30
  17.           puppetSprite(i, 0)
  18.         end repeat
  19.         go(foreframe)
  20.         set the keyDownScript to "checkkey"
  21.       end if
  22.     end if
  23.   end if
  24. end
  25.